func runtime.bulkBarrierPreWrite

10 uses

	runtime (current package)
		mbarrier.go#L157: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes)
		mbarrier.go#L179: 	bulkBarrierPreWrite(uintptr(dst), 0, typ.PtrBytes)
		mbarrier.go#L189: 	bulkBarrierPreWrite(uintptr(dst), uintptr(src), typ.PtrBytes)
		mbarrier.go#L226: 		bulkBarrierPreWrite(uintptr(dst), uintptr(src), size)
		mbarrier.go#L282: 		bulkBarrierPreWrite(uintptr(dstPtr), uintptr(srcPtr), pwsize)
		mbarrier.go#L311: 		bulkBarrierPreWrite(uintptr(ptr), 0, typ.PtrBytes)
		mbarrier.go#L324: 		bulkBarrierPreWrite(uintptr(ptr), 0, size)
		mbarrier.go#L333: 		bulkBarrierPreWrite(uintptr(ptr), 0, size)
		mbarrier.go#L345: 	bulkBarrierPreWrite(uintptr(ptr), 0, n)
		mbitmap.go#L541: func bulkBarrierPreWrite(dst, src, size uintptr) {